const text/template/parse.itemIf
5 uses
text/template/parse (current package)
lex.go#L71: itemIf // if keyword
lex.go#L86: "if": itemIf,
parse.go#L399: case itemIf:
parse.go#L535: if t.peek().typ == itemIf {
parse.go#L589: if peek.typ == itemIf {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)